home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deathware - The Ultimate…ction of Killer Shareware
/
Deathware - The Ultimate Collection of Killer Shareware (Mindscape) (Disc 1) (1996).iso
/
install.bat
next >
Wrap
DOS Batch File
|
1996-07-25
|
736b
|
29 lines
echo off
cls
echo.
echo.
echo.
echo.
echo.
echo You are about to install the Shareware version, Episode 1,
echo of Quake to your harddrive. In case you don't already know
echo this, the FULL registered version is also included in encrypted
echo form on this same CD ROM. To get to it, start Windows and run
echo SETUP.EXE from the root of the CD. Double-click the Quake icon,
echo then click on the unlock button on the main screen.
echo.
echo To continue with your DOS only, shareware only, install, type Y.
echo.
choice /c:yn Yes or No
if errorlevel 2 goto bye
if errorlevel 1 goto install
:install
cd quake_sw
install.bat
goto bye
:bye